home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / prgtools / euphor13.zip / SWAPON.BAT < prev    next >
DOS Batch File  |  1995-04-08  |  244b  |  8 lines

  1. @echo off
  2. rem  Turn on virtual memory swapping under DOS.
  3. rem  Creates a 16 Mb swap file. Deletes it when the Euphoria program finishes.
  4. rem  Don't turn it on if you don't need it - it adds a bit of overhead.
  5. set dos4gvm=swapmin#16384
  6.  
  7.  
  8.